object frmViewLog: TfrmViewLog Left = 0 Top = 0 BorderIcons = [biSystemMenu] Caption = 'frmViewLog' ClientHeight = 330 ClientWidth = 540 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Shell Dlg 2' Font.Style = [] OldCreateOrder = False OnKeyDown = FormKeyDown DesignSize = ( 540 330) PixelsPerInch = 96 TextHeight = 13 object RichEdit1: TRichEdit Left = 8 Top = 8 Width = 524 Height = 283 Anchors = [akLeft, akTop, akRight, akBottom] ReadOnly = True ScrollBars = ssBoth TabOrder = 0 WordWrap = False OnKeyDown = RichEdit1KeyDown end object btnClose: TResTeButton Left = 457 Top = 297 Width = 75 Height = 25 OnClick = btnCloseClick Anchors = [] Cancel = True Default = True ModalResult = 1 TabOrder = 1 ResourceCaption = 20031 ExplicitTop = 295 end object ThemeForm: TTeForm2 ThemeObject = 'StandardDialog' Left = 307 Top = 210 end end